const unicode.pS
27 uses
unicode (current package)
graphic.go#L12: pS // a symbolic character.
graphic.go#L143: return properties[uint8(r)]&pS != 0
tables.go#L7602: 0x24: pS | pp, // '$'
tables.go#L7609: 0x2B: pS | pp, // '+'
tables.go#L7626: 0x3C: pS | pp, // '<'
tables.go#L7627: 0x3D: pS | pp, // '='
tables.go#L7628: 0x3E: pS | pp, // '>'
tables.go#L7660: 0x5E: pS | pp, // '^'
tables.go#L7662: 0x60: pS | pp, // '`'
tables.go#L7690: 0x7C: pS | pp, // '|'
tables.go#L7692: 0x7E: pS | pp, // '~'
tables.go#L7728: 0xA2: pS | pp, // '¢'
tables.go#L7729: 0xA3: pS | pp, // '£'
tables.go#L7730: 0xA4: pS | pp, // '¤'
tables.go#L7731: 0xA5: pS | pp, // '¥'
tables.go#L7732: 0xA6: pS | pp, // '¦'
tables.go#L7734: 0xA8: pS | pp, // '¨'
tables.go#L7735: 0xA9: pS | pp, // '©'
tables.go#L7738: 0xAC: pS | pp, // '¬'
tables.go#L7740: 0xAE: pS | pp, // '®'
tables.go#L7741: 0xAF: pS | pp, // '¯'
tables.go#L7742: 0xB0: pS | pp, // '°'
tables.go#L7743: 0xB1: pS | pp, // '±'
tables.go#L7746: 0xB4: pS | pp, // '´'
tables.go#L7750: 0xB8: pS | pp, // '¸'
tables.go#L7781: 0xD7: pS | pp, // '×'
tables.go#L7813: 0xF7: pS | pp, // '÷'
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |